crypto/tls.Conn.retryCount (field)

6 uses

	crypto/tls (current package)
		conn.go#L115: 	retryCount int
		conn.go#L700: 		c.retryCount = 0
		conn.go#L785: 	c.retryCount++
		conn.go#L786: 	if c.retryCount > maxUselessRecords {
		conn.go#L1292: 	c.retryCount++
		conn.go#L1293: 	if c.retryCount > maxUselessRecords {